| commit | 0e5ebbc77c3c2cfd7d835fcfe40fcb65df0c5598 | [log] [tgz] |
|---|---|---|
| author | Eric Fiselier <eric@efcs.ca> | Fri Dec 23 23:37:52 2016 |
| committer | Eric Fiselier <eric@efcs.ca> | Fri Dec 23 23:37:52 2016 |
| tree | dad8e421b9e358a097b013e37f7a5baf68b7192d | |
| parent | 17a98d8a9209167c58e35188a295f759d190e895 [diff] [blame] |
Fix unused parameters and variables git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290459 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/complex b/include/complex index 4d122e9..22f568f 100644 --- a/include/complex +++ b/include/complex
@@ -844,7 +844,7 @@ template <class _Tp> inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 typename __libcpp_complex_overload_traits<_Tp>::_ValueType -imag(_Tp __re) +imag(_Tp) { return 0; }